From: Stefan Monnier Date: Wed, 30 Jun 2004 19:31:30 +0000 (+0000) Subject: (${etc}DOC): Fix file name of make-docfile. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21784 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=58001c18da44b2c38509066b801db3cf64fdc6f2;p=emacs.git (${etc}DOC): Fix file name of make-docfile. --- diff --git a/src/Makefile.in b/src/Makefile.in index 0d75221acfa..f473888cc5d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -928,7 +928,7 @@ emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} for the first time, this prevents any variation between configurations in the contents of the DOC file. Likewise for ${SOME_MACHINE_LISP}. */ -${etc}DOC: ${libsrc}make-docfile ${obj} ${shortlisp} ${SOME_MACHINE_LISP} +${etc}DOC: ${libsrc}make-docfile${EXEEXT} ${obj} ${shortlisp} ${SOME_MACHINE_LISP} -rm -f ${etc}DOC ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} ${shortlisp}